text/template.common.muFuncs (field)

9 uses

	text/template (current package)
		funcs.go#L146: 		tmpl.muFuncs.RLock()
		funcs.go#L147: 		defer tmpl.muFuncs.RUnlock()
		template.go#L22: 	muFuncs    sync.RWMutex // protects parseFuncs and execFuncs
		template.go#L104: 	t.muFuncs.RLock()
		template.go#L105: 	defer t.muFuncs.RUnlock()
		template.go#L176: 	t.muFuncs.Lock()
		template.go#L177: 	defer t.muFuncs.Unlock()
		template.go#L206: 	t.muFuncs.RLock()
		template.go#L208: 	t.muFuncs.RUnlock()